home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / starship.swf / scripts / DefineButton2_263 / BUTTONCONDACTION on(release).as
Text File  |  2010-03-13  |  100b  |  4 lines

  1. on(release){
  2.    highscores.submit("ss7","",_root.world.ship.actScore,int(getTimer() / 60000));
  3. }
  4.